Skip to content

Conversation

@AlexSanchez-bit
Copy link

Main changes

  • added a URI encode component to encode password url reserved characters

@mjabascal10 mjabascal10 requested a review from Copilot October 31, 2025 14:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a URL encoding issue in password validation by properly sanitizing password parameters that contain URL-reserved characters before sending them in HTTP GET requests.

  • Adds URI encoding for password parameters to handle special characters like &, =, #, etc.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mjabascal10 mjabascal10 merged commit 4452b69 into release/v11 Oct 31, 2025
@mjabascal10 mjabascal10 deleted the backlog/agent_console_login branch October 31, 2025 14:06
@mjabascal10 mjabascal10 linked an issue Oct 31, 2025 that may be closed by this pull request
3 tasks
@mjabascal10 mjabascal10 moved this to ✅ Done in UTMStack OSS Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Incorrect encoding of special character & in console connection password

3 participants